Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(mergeMap/mergeScan): unify logic #5754

Merged
merged 3 commits into from
Sep 27, 2020

Conversation

benlesh
Copy link
Member

@benlesh benlesh commented Sep 24, 2020

Creates a new mergeInternals function that can be used to create a merge-strategy operator, with extensiblity points for accommodating the nuances of each operator.

In theory, we could use this in concatMap, etc, directly.

Creates a new `mergeInternals` function that can be used to create a merge-strategy operator, with extensiblity points for accommodating the nuances of each operator.

In theory, we could use this in `concatMap`, etc, directly.
Copy link
Collaborator

@cartant cartant left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM for a merge once the comment from @tonivj5 is addressed.

@cartant cartant mentioned this pull request Sep 26, 2020
13 tasks
Co-authored-by: Toni Villena <tonivj5@Gmail.com>
@benlesh benlesh merged commit d10ac7b into ReactiveX:master Sep 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants